home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Now that\'s just cruel!";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hmm can dogs cry?";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'m not so much a fan of rabies.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It appears to be some stray dog which is sitting on a pair of movie tickets.";
- }
- if(_root.micon._currentframe == 24 && _root.range == true)
- {
- _root.even24 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'m not going to get him to move by just feeding him. I need a better idea.";
- }
- }
- }
-